CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C DOS

搜索资源列表

  1. DOS_Chess169077152004

    0下载:
  2. Dos chess program in c -Dos chess program in c
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-17
    • 文件大小:118368
    • 提供者:mitesh
  1. Snake2177803242010

    0下载:
  2. Dos chess program in c -Dos chess program in c
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:1988
    • 提供者:mitesh
  1. sb_sw

    0下载:
  2. MIDI player for sound bluster ,C source for DOS
  3. 所属分类:midi program

    • 发布日期:2017-03-29
    • 文件大小:251982
    • 提供者:Frank Shieh
  1. Phunky-Virus-Writing-Guide

    0下载:
  2. 病毒写作不是努力,你可能首先想到。要编写有效的病毒,但是,你知道*必须*汇编语言。短,紧凑的代码是汇编语言特点,这些都是可取的病毒特征。但是,它是*不*必要写在纯组装。 C也可以使用,因为它允许几乎所有的系统总控制,同时产生相对紧凑的代码(如果你远离库函数)。但是,您仍然必须访问中断,因此仍需要装配知识。但是,最好还是坚持使用纯汇编,因为大多数的操作更容易使用汇编。如果你不知道大会,我会建议拿起了Microsoft宏汇编圣经副本(Nabajyoti Barkakati,书号#:0-672-226
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:56345
    • 提供者:mall
  1. DOS-disk-c-example

    0下载:
  2. 有关DOS命令扩展(硬盘分区表保存和修复,到硬盘用软锁、DIR功能扩展等),C与DBASE和汇编语言接口等等等等。-Relevant DOS commands expand (disk partition table preservation and restoration, to hard disk with soft lock, DIR function expansion, etc), C and DBASE and assembly language interface, etc.
  3. 所属分类:Disk Tools

    • 发布日期:2017-05-25
    • 文件大小:8205526
    • 提供者:桎梏之惑
  1. PCI

    0下载:
  2. PCI Scan, dos下列举pci设备,显示像RU.exe一样类似的界面-PCI Scan, dos cited under the pci device
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:2610
    • 提供者:yangyajun
  1. Serial-programming

    0下载:
  2. 本书从编程实践角度详细介绍了PC计算机Windows环境下、DOS环境下以及单片机的串口通信的基本方法,并根据当前串口与网络结合的发展趋势,给出了串口与TCP/IP网络、远程监控相结合的解决方案与详细程序实例。内容丰富、步骤详尽,初学Visual C++/Turbo C的读者也能很快编写出实用的串口通信程序。-Programming practices from the perspective of the book details the PC computer under Windows e
  3. 所属分类:Communication

    • 发布日期:2017-06-11
    • 文件大小:18544040
    • 提供者:混合机
  1. DOS-interface-arithmetic

    0下载:
  2. c语言DOS界面菜单式四则运算,实现了简单的加减乘除。-c language menu-driven DOS interface, arithmetic, multiplication and division to achieve a simple addition and subtraction.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1233455
    • 提供者:孙佰贵
  1. RF-100_IC_Reader_c.dos1

    0下载:
  2. RF-100非接触式IC卡读写器c.dos例程-RF-100 non-contact IC card reader c.dos routines
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:136001
    • 提供者:undead
  1. pc104-ad

    0下载:
  2. 基于瑞士逻辑的PC104测试ad例程,运行环境为Turbo c,操作系统为DOS,测试通过例程。-PC104 logic test based on the Swiss ad routine operating environment for Turbo c, operating system DOS, test routines.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:10436
    • 提供者:小马
  1. ASTRI-dos-library-management-system

    0下载:
  2. 利用C++编写的一个图书管理系统,功能非常完善-Written in C++, a library management system, functions very well
  3. 所属分类:Education soft system

    • 发布日期:2017-04-10
    • 文件大小:1510114
    • 提供者:周鸣
  1. c-language-of-student

    0下载:
  2. 用C语言写的学生信息管理系统,在Dos界面下,有选择菜单。能够对学生信息进行增加,删除,修改和查询。查询的方式有很多种,如按学号,姓名查询等。适合初学者学习!编译环境Visual Studio 6.0-英语中文(简体)日语Written in C language student information management system, in Dos interface, have a choice menu. Student information to be able to add, d
  3. 所属分类:Education soft system

    • 发布日期:2017-04-03
    • 文件大小:299322
    • 提供者:Thomas
  1. C-P-P--DOS-Personnel-Management

    0下载:
  2. 通常用于C++课程设计,出现频率很高,这个程序很实用-Typically used for C++ curriculum design, high frequency of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:167968
    • 提供者:王sheng
  1. dos2unix.c

    0下载:
  2. 一个UNIX环境下用C编写的文本转换程序,把DOS格式的文本文件转换为UNIX格式。编译好的文件是在FrreBSD下做的。-A program to convert text file of DOS format into UNIX which was written in C under UNIX.The compiled file is completed under FreeBSD.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:2657
    • 提供者:共江
  1. DOS

    0下载:
  2. 在DOS环境下,开机后,我们面对的不是桌面和图标,而是这样的电脑屏幕:这个C:\>叫做提示符,这个闪动的横线叫做光标。这样就表示电脑已经准备好,在等待我们给它下命令了。-In the DOS environment , the boot , we are not faced the desktop and icons , but this computer screen : This is the C: \> called prompt flashing horizontal lin
  3. 所属分类:Project Manage

    • 发布日期:2017-04-17
    • 文件大小:274229
    • 提供者:凤凰泪
  1. DOS-operator-source

    0下载:
  2. DOS 操作系统源码,完整的C语言文件包-dos operator system source code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:429861
    • 提供者:inpile
  1. C

    0下载:
  2. C语言贪吃蛇 dos窗口贪吃蛇 无任何娱乐性 仅参考-C language Snake
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:2219
    • 提供者:湛智
  1. chopper-tipo-C

    0下载:
  2. dos cuadrantes freno regenerativo
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:183490
    • 提供者:focel
  1. C-language-lesson-set

    0下载:
  2. C语言课设,包含: 比较“冒泡排序”和“选择排序”两种排序方法的效率 比较两个文件是否雷同 处理简单的数据文件 创建“文件复制”的DOS命令 关联两个文件中的数据-C language lesson set, including: compare the efficiency of the bubble sort and select Sort two Sort method to compare two files are identical to handle simpl
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:174095
    • 提供者:王泽
  1. C--rs232

    0下载:
  2. C语言做串口通讯程序 现在在工业现场很少有人再用C语言做串口通讯程序了,但是基于DOS环境的程序还是有它的优势的。DOS系统的单任务环境是系统运行更加稳定、可靠;在一些追求很高的可靠性的系统中还是有一定的价值的。本文通过C语言控制PLC实现简单的物料传送为例子。-c rs232 Send data error detected in serial port
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1665
    • 提供者:gao
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com